func runtime.newobject

4 uses

	runtime (current package)
		arena.go#L181: 		e2 := newobject(et)
		arena.go#L467: 		return newobject(typ)
		malloc.go#L1713: func newobject(typ *_type) unsafe.Pointer {
		malloc.go#L1719: 	return newobject(typ)